runtime._panic.arg (field)
8 uses
runtime (current package)
heapdump.go#L399: eface := efaceOf(&p.arg)
panic.go#L580: switch v := p.arg.(type) {
panic.go#L582: p.arg = v.Error()
panic.go#L584: p.arg = v.String()
panic.go#L603: printany(p.arg)
panic.go#L866: p.arg = e
panic.go#L1049: return p.arg
runtime2.go#L1037: arg any // argument to panic
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |